home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / AppsToGo / AppsToGo.docs / ==MPW read me < prev    next >
Encoding:
Text File  |  1994-09-22  |  1.8 KB  |  49 lines  |  [TEXT/MPS ]

  1. Everything for building in Metrowerks, MPW or THINK is included.
  2.  
  3. MPW users:
  4.  
  5. You will first need to build the DTS.framework libraries.  The libraries are named:
  6.     DTS.Lib_controls
  7.     DTS.Lib_ctlhandler
  8.     DTS.Lib_framework
  9.     DTS.Lib_strings
  10.     DTS.Lib_treeobj
  11.     DTS.Lib_utils
  12.  
  13. First build these libraries.  The sample applications all need these libraries.
  14.  
  15. The script DTS.Lib_all.make has been added to make this multi-build process easier.
  16. To start the build, copy the below onto your Worksheet and press Enter:
  17. DTS.Lib_all.make
  18.  
  19. If you are interested in building the both 68k and PPC libraries, use the script
  20. called DTS.Lib_all..fat.make.  Be prepared for a heck of a wait, however.
  21.  
  22. If you need to build your application modelFar, do a command-B build and enter
  23. DTS.Lib_modelFar.  Again, you are in for a wait.  You can then change your application's
  24. make so that it builds modelFar, including linking to the DTS.Lib_modelFar library.
  25.  
  26.  
  27. Once the libraries are built, and it will take some time, you can then build the
  28. sample applications.
  29.  
  30. NOTES:  The sample application build scripts make the assumption that the sample is
  31.         at the same directory level as DTS.Lib.
  32.  
  33.         The DTS.Lib framework has QuickTime support.  Due to this, you will need the
  34.         QuickTime headers to be able to compile it.
  35.  
  36. If your version of MPW is missing any header files, you probably will find a copy of
  37. it in the folder "Extra Headers".  I stuck these headers there just in case you are a
  38. header or two short of being able to build.  (It's really annoying when that happens.)
  39.  
  40.  
  41. That's all there is to it.  Have fun.
  42.  
  43. If you have any comments or questions, please let me know.  I want to continue
  44. to make this stuff easier to use, while being more useful, so let me know what
  45. you think, or it won't happen.
  46.  
  47.  
  48. Eric Soldan, Apple DTS
  49.